3.562 \(\int \frac{x^2}{a+b x^n+c x^{2 n}} \, dx\)

Optimal. Leaf size=140 \[ -\frac{2 c x^3 \, _2F_1\left (1,\frac{3}{n};\frac{n+3}{n};-\frac{2 c x^n}{b-\sqrt{b^2-4 a c}}\right )}{3 \left (-b \sqrt{b^2-4 a c}-4 a c+b^2\right )}-\frac{2 c x^3 \, _2F_1\left (1,\frac{3}{n};\frac{n+3}{n};-\frac{2 c x^n}{b+\sqrt{b^2-4 a c}}\right )}{3 \left (b \sqrt{b^2-4 a c}-4 a c+b^2\right )} \]

[Out]

(-2*c*x^3*Hypergeometric2F1[1, 3/n, (3 + n)/n, (-2*c*x^n)/(b - Sqrt[b^2 - 4*a*c])])/(3*(b^2 - 4*a*c - b*Sqrt[b
^2 - 4*a*c])) - (2*c*x^3*Hypergeometric2F1[1, 3/n, (3 + n)/n, (-2*c*x^n)/(b + Sqrt[b^2 - 4*a*c])])/(3*(b^2 - 4
*a*c + b*Sqrt[b^2 - 4*a*c]))

________________________________________________________________________________________

Rubi [A]  time = 0.118454, antiderivative size = 140, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.1, Rules used = {1383, 364} \[ -\frac{2 c x^3 \, _2F_1\left (1,\frac{3}{n};\frac{n+3}{n};-\frac{2 c x^n}{b-\sqrt{b^2-4 a c}}\right )}{3 \left (-b \sqrt{b^2-4 a c}-4 a c+b^2\right )}-\frac{2 c x^3 \, _2F_1\left (1,\frac{3}{n};\frac{n+3}{n};-\frac{2 c x^n}{b+\sqrt{b^2-4 a c}}\right )}{3 \left (b \sqrt{b^2-4 a c}-4 a c+b^2\right )} \]

Antiderivative was successfully verified.

[In]

Int[x^2/(a + b*x^n + c*x^(2*n)),x]

[Out]

(-2*c*x^3*Hypergeometric2F1[1, 3/n, (3 + n)/n, (-2*c*x^n)/(b - Sqrt[b^2 - 4*a*c])])/(3*(b^2 - 4*a*c - b*Sqrt[b
^2 - 4*a*c])) - (2*c*x^3*Hypergeometric2F1[1, 3/n, (3 + n)/n, (-2*c*x^n)/(b + Sqrt[b^2 - 4*a*c])])/(3*(b^2 - 4
*a*c + b*Sqrt[b^2 - 4*a*c]))

Rule 1383

Int[((d_.)*(x_))^(m_.)/((a_) + (c_.)*(x_)^(n2_.) + (b_.)*(x_)^(n_)), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]
}, Dist[(2*c)/q, Int[(d*x)^m/(b - q + 2*c*x^n), x], x] - Dist[(2*c)/q, Int[(d*x)^m/(b + q + 2*c*x^n), x], x]]
/; FreeQ[{a, b, c, d, m, n}, x] && EqQ[n2, 2*n] && NeQ[b^2 - 4*a*c, 0]

Rule 364

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a^p*(c*x)^(m + 1)*Hypergeometric2F1[-
p, (m + 1)/n, (m + 1)/n + 1, -((b*x^n)/a)])/(c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rubi steps

\begin{align*} \int \frac{x^2}{a+b x^n+c x^{2 n}} \, dx &=\frac{(2 c) \int \frac{x^2}{b-\sqrt{b^2-4 a c}+2 c x^n} \, dx}{\sqrt{b^2-4 a c}}-\frac{(2 c) \int \frac{x^2}{b+\sqrt{b^2-4 a c}+2 c x^n} \, dx}{\sqrt{b^2-4 a c}}\\ &=-\frac{2 c x^3 \, _2F_1\left (1,\frac{3}{n};\frac{3+n}{n};-\frac{2 c x^n}{b-\sqrt{b^2-4 a c}}\right )}{3 \left (b^2-4 a c-b \sqrt{b^2-4 a c}\right )}-\frac{2 c x^3 \, _2F_1\left (1,\frac{3}{n};\frac{3+n}{n};-\frac{2 c x^n}{b+\sqrt{b^2-4 a c}}\right )}{3 \left (b^2-4 a c+b \sqrt{b^2-4 a c}\right )}\\ \end{align*}

Mathematica [A]  time = 0.127976, size = 129, normalized size = 0.92 \[ \frac{x^3 \left (\left (\sqrt{b^2-4 a c}+b\right ) \, _2F_1\left (1,\frac{3}{n};\frac{n+3}{n};\frac{2 c x^n}{\sqrt{b^2-4 a c}-b}\right )+\left (\sqrt{b^2-4 a c}-b\right ) \, _2F_1\left (1,\frac{3}{n};\frac{n+3}{n};-\frac{2 c x^n}{b+\sqrt{b^2-4 a c}}\right )\right )}{6 a \sqrt{b^2-4 a c}} \]

Antiderivative was successfully verified.

[In]

Integrate[x^2/(a + b*x^n + c*x^(2*n)),x]

[Out]

(x^3*((b + Sqrt[b^2 - 4*a*c])*Hypergeometric2F1[1, 3/n, (3 + n)/n, (2*c*x^n)/(-b + Sqrt[b^2 - 4*a*c])] + (-b +
 Sqrt[b^2 - 4*a*c])*Hypergeometric2F1[1, 3/n, (3 + n)/n, (-2*c*x^n)/(b + Sqrt[b^2 - 4*a*c])]))/(6*a*Sqrt[b^2 -
 4*a*c])

________________________________________________________________________________________

Maple [F]  time = 0.033, size = 0, normalized size = 0. \begin{align*} \int{\frac{{x}^{2}}{a+b{x}^{n}+c{x}^{2\,n}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/(a+b*x^n+c*x^(2*n)),x)

[Out]

int(x^2/(a+b*x^n+c*x^(2*n)),x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x^{2}}{c x^{2 \, n} + b x^{n} + a}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(a+b*x^n+c*x^(2*n)),x, algorithm="maxima")

[Out]

integrate(x^2/(c*x^(2*n) + b*x^n + a), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{x^{2}}{c x^{2 \, n} + b x^{n} + a}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(a+b*x^n+c*x^(2*n)),x, algorithm="fricas")

[Out]

integral(x^2/(c*x^(2*n) + b*x^n + a), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x^{2}}{a + b x^{n} + c x^{2 n}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2/(a+b*x**n+c*x**(2*n)),x)

[Out]

Integral(x**2/(a + b*x**n + c*x**(2*n)), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x^{2}}{c x^{2 \, n} + b x^{n} + a}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(a+b*x^n+c*x^(2*n)),x, algorithm="giac")

[Out]

integrate(x^2/(c*x^(2*n) + b*x^n + a), x)